From: Jim Blandy Date: Sat, 12 Jun 1993 17:30:01 +0000 (+0000) Subject: * frame.c (Fmouse_position): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95367 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4f90516b378108808e0e7af28248fc985c485d78;p=emacs.git * frame.c (Fmouse_position): Doc fix. --- diff --git a/src/frame.c b/src/frame.c index fa49f1257a1..cbf4e96afa5 100644 --- a/src/frame.c +++ b/src/frame.c @@ -743,6 +743,8 @@ A frame may not be deleted if its minibuffer is used by other frames.") DEFUN ("mouse-position", Fmouse_position, Smouse_position, 0, 0, 0, "Return a list (FRAME X . Y) giving the current mouse frame and position.\n\ +The position is given in character cells, where (0, 0) is the\n\ +upper-left corner.\n\ If Emacs is running on a mouseless terminal or hasn't been programmed\n\ to read the mouse position, it returns the selected frame for FRAME\n\ and nil for X and Y.")